home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / csvs.zip / README.1ST < prev   
Text File  |  1987-04-20  |  3KB  |  81 lines

  1.                         Setting Up Your CSVS Work Disk 
  2.                         ------------------------------ 
  3.  
  4. Thanks for buying our clone validation software. This disk contains the clone 
  5. validation program along with some additional programs that you might find 
  6. useful. The clone validation program was discussed in the May 1987 issue of 
  7. the Computer Shopper. It's a test that you can use to check the compatibility 
  8. of the ROM BIOS in an IBM PC clone. 
  9.  
  10.  
  11.  
  12.  
  13.  
  14. CSVS.EXE
  15. --------
  16. This is the actual Computer Shopper Clone Validation Sweep (CSVS).  In
  17. order to run this program, the computer should be booted up from this
  18. diskette and without any other device drivers or memory resident programs
  19. in memory.  The disk is not shipped with DOS on it, so you must do the 
  20. following to create a working CSVS disk. First format a blank disk and use the 
  21. option, /S, to add DOS to the disk.  After that's done then copy all of the 
  22. files from your original CSVS disk to the newly formatted one. For example, 
  23. enter the following commands to do this: 
  24.      FORMAT B: /S 
  25.      COPY A:*.* B:
  26. When finished you will have a CSVS work disk that you can use to boot up on a 
  27. PC clone for testing. 
  28.  
  29.  
  30.  
  31.  
  32. BLANK.COM
  33. ---------
  34. This program will blank your screen if you do not use your computer for
  35. a period of more than three minutes.  It should be placed on your boot-up
  36. diskette (or on the hard disk if you have one) and included in your
  37. AUTOEXEC.BAT file.  Once loaded, the program remains memory resident.
  38.  
  39. Every time you press a key or a program sends a character to the screen
  40. using ROM BIOS, a counter is reset.  If the counter is not reset for a
  41. period of three minutes, your screen will be blanked.  In order to
  42. restore the screen, merely depress any key on your keyboard.  I suggest you
  43. hit either the Alt key or the Shift as these keys will not send additional
  44. characters to the screen.
  45.  
  46.  
  47.  
  48. FIND.EXE
  49. --------
  50. Helps  you to find files on a hard disk.   It will search a  disk
  51. drive, beginning at the root, for any and all matches you present
  52. to it.   The DOS wildcard characters '*' and '?' are legal.   For
  53. example,  'FIND  *.bat' would find all files on the default drive
  54. ending with a 'bat' prefix.   FIND is case  insensitive,  meaning
  55. that '*.bat' and '.*.BAT' produce the same results.
  56.  
  57. You could also specify a different drive.  For instance,
  58.      FIND  C:X.BAT  or FIND C:\X.BAT
  59. will  cause FIND to look for all files with the name  'X.BAT'  on drive
  60. C to be displayed.
  61.  
  62. FIND may also be run beginning under a single directory, in which case
  63. the program will traverse all subdirectories under that one but will not
  64. begin at the root.  For example,
  65.      FIND \DOS\*.*
  66. will locate all files in the DOS directory on the default drive as well
  67. as all files located within any subdirectories under DOS.
  68.  
  69. FIND will also display any hidden files it finds but will indicate the
  70. hidden status by prefixing the filname and path with an asterisk.
  71.  
  72.  
  73.  
  74. HDPARK
  75. ----------
  76. This  program  will  safely park the heads on a  hard  disk.   It
  77. should be run whenever the disk is going to be  transported.   It
  78. is also suggested that you routinely park the heads just prior to
  79. shutting down the system.
  80. 
  81.